home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19.dir / 00001.ls next >
Encoding:
Text File  |  1996-09-06  |  557 b   |  23 lines

  1. on startMovie
  2.   global gNumberofSlides, gCurrentSlide, gOnIBM, gSoundPath
  3.   identifyPlatform()
  4.   if gOnIBM then
  5.     set gSoundPath to the pathName & "M19\"
  6.   else
  7.     set gSoundPath to the pathName & "M19:"
  8.   end if
  9.   formatText()
  10.   set gNumberofSlides to 7
  11. end
  12.  
  13. on formatText
  14.   global gOnIBM
  15.   if gOnIBM then
  16.     set the textFont of field "chronology text" to "Arial"
  17.     set the textSize of field "chronology text" to 12
  18.   else
  19.     set the textFont of field "chronology text" to "Geneva"
  20.     set the textSize of field "chronology text" to 12
  21.   end if
  22. end
  23.